Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untracked file: package-lock.json #44

Open
ciupicri opened this issue Dec 15, 2021 · 0 comments
Open

Untracked file: package-lock.json #44

ciupicri opened this issue Dec 15, 2021 · 0 comments

Comments

@ciupicri
Copy link

I wanted to install this, so I run pip3 install --user --use-feature=in-tree-build --compile --no-binary ":all" --verbose . in the git checkout directory. At the end git status says:

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	package-lock.json

It probably should be added to .gitignore, but on the other hand maybe the build and installation process needs to be improved.

I used --use-feature=in-tree-build because pip says this will be the future.


$ pip3 --version
pip 21.2.3 from /usr/lib/python3.10/site-packages/pip (python 3.10)
$ npm --version
8.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant