I can't deploy my parcel #8835
Unanswered
jmlsoteyza
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this is my package json file
{
"dependencies": {
"@dogstudio/highway": "^2.2.1",
"gsap": "^3.11.4",
"parcel": "^2.8.3"
},
"name": "portfolio",
"version": "1.0.0",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir ./dist"
},
"author": "",
"license": "ISC",
"description": ""
}
And this is what I'm receiving whenever I try to deploy.
[15:32:16.070] Running build in Washington, D.C., USA (East) – iad1
[15:32:16.131] Cloning github.com/Jmlsoteyza/Portfolio (Branch: master, Commit: bc03f5c)
[15:32:16.432] Previous build cache not available
[15:32:21.311] Cloning completed: 5.180s
[15:32:21.943] Running "vercel build"
[15:32:22.398] Vercel CLI 28.15.7
[15:32:22.986] Installing dependencies...
[15:32:25.170] npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see request/request#3142
[15:32:25.179] npm WARN deprecated [email protected]: this library is no longer supported
[15:32:25.186] npm WARN deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
[15:32:25.267] npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
[15:32:25.354] npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
[15:32:26.026]
[15:32:26.026] added 169 packages in 3s
[15:32:26.027]
[15:32:26.027] 83 packages are looking for funding
[15:32:26.027] run
npm fund
for details[15:32:26.048] sh: /vercel/path0/node_modules/.bin/parcel: Permission denied
[15:32:26.138]
Beta Was this translation helpful? Give feedback.
All reactions