-
Notifications
You must be signed in to change notification settings - Fork 5k
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
jlpm develop fails due to lack of buildutils/lib/develop.js
file
#7379
Comments
I tried making the |
|
Looks like the Would you be able to run Also at some point we tried to set up the |
With
|
Very odd: after checking out the |
Since this seems to be a docs issue rather than a code issue, I opened #7382 to update |
In a fresh Conda environment with
pip
,python
, andnodejs
installed, I have the tip of themain
branch of Notebook checked out. After runningpip install -e ".[dev,test]"
successfully, per the contributor docs, I runjlpm develop
. This produces an error:There is a
buildutils
directory under my localnotebook
repository, but there is nolib
directory under it.notebook/package.json
Line 30 in 0a66f40
The first command in the rvalue above succeeds. The latter does not, because the directory and file do not exist.
The text was updated successfully, but these errors were encountered: