We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gaving problem to install npm after installing node.js
The text was updated successfully, but these errors were encountered:
hi @simi-gill
Are you still getting the mentioned issue?
Please do a copy of the following package.json (current from the master branch)
{ "name": "simplefolio", "version": "1.0.1", "private": "true", "description": "A clean, beautiful and responsive portfolio template for Developers!", "source": "src/index.html", "scripts": { "start": "parcel", "build": "parcel build" }, "repository": { "type": "git", "url": "git+https://github.com/cobiwave/simplefolio" }, "keywords": [], "author": "Jacobo Martinez", "license": "ISC", "bugs": { "url": "https://github.com/cobiwave/simplefolio/issues" }, "homepage": "https://github.com/cobiwave/simplefolio#readme", "devDependencies": { "@parcel/transformer-sass": "^2.8.2", "parcel": "^2.8.2", "prettier": "^2.8.1" }, "dependencies": { "@popperjs/core": "^2.11.6", "bootstrap": "^5.2.3", "jquery": "^3.6.3", "popper.js": "^1.16.1", "vanilla-tilt": "^1.8.0" } }
after that, please use the required node version: 16.14.2 and delete the node_modules folder.
16.14.2
Finally: npm run install && npm run start
npm run install && npm run start
Sorry, something went wrong.
No branches or pull requests
Gaving problem to install npm after installing node.js
The text was updated successfully, but these errors were encountered: