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

del node_module not in package.json #2

Closed
jarrodthibodeau opened this issue May 1, 2019 · 1 comment
Closed

del node_module not in package.json #2

jarrodthibodeau opened this issue May 1, 2019 · 1 comment

Comments

@jarrodthibodeau
Copy link

I am running through the course that is on FEM right now and noticed when setting up the gulpfile that the del module is actually not a part of the package.json thus isn't a part of the npm install that is run gulp fails when executed.

Generally the solution would be to just run npm i -S del however since the droplet's run node 4.2.6, it will fail since the latest version of del is using JS features that are not associated with node 4.2.6.

To fix this just run npm i -S del@2.2.2 (This is the latest version that was available around the time of this course just based on looking at release dates).

@jarrodthibodeau
Copy link
Author

Closing this since it's more than two years old at this point 😅

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