Node_Modules - Install Dependencies Package.json in CloudFlare Pages
Hi Team, Im new using cloudflare pages, i have a project, im using typed.js and uikit css libraries, were installed via NPM, now im trying to deploy, but i cannot get dependencies be installed in cloudflare pages, is because there are in node_modules? how i can get dependencies of package.json be installed?
{
"name": "sanwise",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"typed.js": "^2.1.0",
"uikit": "^3.21.7"
}
}
1 Reply
I rename node_modules i it works
thanks!