Skip to content

website suddenly stop running , it was fine just this morning and now i reloaded it and it started shoing this issues #1786

@3ONCOIN

Description

@3ONCOIN

Describe the bug

~/project
❯ npm install -g vite
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/vite/node_modules/esbuild
npm ERR! errno -13
npm ERR! EACCES: permission denied, mkdir '/usr/local/lib/node_modules/vite/node_modules/esbuild'
npm ERR! [EACCES: permission denied, mkdir '/usr/local/lib/node_modules/vite/node_modules/esbuild'] {
npm ERR! code: 'EACCES',
npm ERR! errno: -13,
npm ERR! path: '/usr/local/lib/node_modules/vite/node_modules/esbuild',
npm ERR! syscall: 'mkdir'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2025-03-21T18_52_17_899Z-debug-0.log
jsh: spawn npm EACCES

~/project 2s
❯ npm run dev

[email protected] dev
vite

jsh: command not found: vite

~/project
❯ npm start
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2025-03-21T18_54_58_642Z-debug-0.log

~/project
❯ npm start
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2025-03-21T18_55_17_983Z-debug-0.log

~/project
❯ npm list --depth=0
npm ERR! code ELSPROBLEMS
npm ERR! missing: @eslint/js@^8.56.0, required by [email protected]
npm ERR! missing: @supabase/supabase-js@^2.39.3, required by [email protected]
npm ERR! missing: @types/react-dom@^18.2.18, required by [email protected]
npm ERR! missing: @types/react@^18.2.48, required by [email protected]
npm ERR! missing: @vitejs/plugin-react@^4.2.1, required by [email protected]
npm ERR! missing: @wagmi/core@^1.3.8, required by [email protected]
npm ERR! missing: @walletconnect/web3-provider@^1.8.0, required by [email protected]
npm ERR! missing: autoprefixer@^10.4.18, required by [email protected]
npm ERR! missing: date-fns@^3.3.1, required by [email protected]
npm ERR! missing: eslint-plugin-react-hooks@^4.6.0, required by [email protected]
npm ERR! missing: eslint-plugin-react-refresh@^0.4.5, required by [email protected]
npm ERR! missing: eslint@^8.56.0, required by [email protected]
npm ERR! missing: ethers@^5.7.2, required by [email protected]
npm ERR! missing: globals@^13.24.0, required by [email protected]
npm ERR! missing: lucide-react@^0.344.0, required by [email protected]
npm ERR! missing: postcss@^8.4.35, required by [email protected]
npm ERR! missing: react-dom@^18.2.0, required by [email protected]
npm ERR! missing: react-router-dom@^6.22.3, required by [email protected]
npm ERR! missing: react@^18.2.0, required by [email protected]
npm ERR! missing: tailwindcss@^3.4.1, required by [email protected]
npm ERR! missing: typescript-eslint@^6.19.1, required by [email protected]
npm ERR! missing: typescript@^5.3.3, required by [email protected]
npm ERR! missing: vite@^5.0.12, required by [email protected]
npm ERR! missing: vitest@^1.3.1, required by [email protected]
npm ERR! missing: web3@^1.9.0, required by [email protected]
[email protected] /home/project
+-- UNMET DEPENDENCY @eslint/js@^8.56.0
+-- UNMET DEPENDENCY @supabase/supabase-js@^2.39.3
+-- UNMET DEPENDENCY @types/react-dom@^18.2.18
+-- UNMET DEPENDENCY @types/react@^18.2.48
+-- UNMET DEPENDENCY @vitejs/plugin-react@^4.2.1
+-- UNMET DEPENDENCY @wagmi/core@^1.3.8
+-- UNMET DEPENDENCY @walletconnect/web3-provider@^1.8.0
+-- UNMET DEPENDENCY autoprefixer@^10.4.18
+-- UNMET DEPENDENCY date-fns@^3.3.1
+-- UNMET DEPENDENCY eslint-plugin-react-hooks@^4.6.0
+-- UNMET DEPENDENCY eslint-plugin-react-refresh@^0.4.5
+-- UNMET DEPENDENCY eslint@^8.56.0
+-- UNMET DEPENDENCY ethers@^5.7.2
+-- UNMET DEPENDENCY globals@^13.24.0
+-- UNMET DEPENDENCY lucide-react@^0.344.0
+-- UNMET DEPENDENCY postcss@^8.4.35
+-- UNMET DEPENDENCY react-dom@^18.2.0
+-- UNMET DEPENDENCY react-router-dom@^6.22.3
+-- UNMET DEPENDENCY react@^18.2.0
+-- UNMET DEPENDENCY tailwindcss@^3.4.1
+-- UNMET DEPENDENCY typescript-eslint@^6.19.1
+-- UNMET DEPENDENCY typescript@^5.3.3
+-- UNMET DEPENDENCY vite@^5.0.12
+-- UNMET DEPENDENCY vitest@^1.3.1
`-- UNMET DEPENDENCY web3@^1.9.0

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2025-03-21T18_56_23_289Z-debug-0.log

~/project
❯ cat /home/.npm/_logs/*.log | tail -n 50
34 verbose stack missing: eslint@^8.56.0, required by [email protected]
34 verbose stack missing: ethers@^5.7.2, required by [email protected]
34 verbose stack missing: globals@^13.24.0, required by [email protected]
34 verbose stack missing: lucide-react@^0.344.0, required by [email protected]
34 verbose stack missing: postcss@^8.4.35, required by [email protected]
34 verbose stack missing: react-dom@^18.2.0, required by [email protected]
34 verbose stack missing: react-router-dom@^6.22.3, required by [email protected]
34 verbose stack missing: react@^18.2.0, required by [email protected]
34 verbose stack missing: tailwindcss@^3.4.1, required by [email protected]
34 verbose stack missing: typescript-eslint@^6.19.1, required by [email protected]
34 verbose stack missing: typescript@^5.3.3, required by [email protected]
34 verbose stack missing: vite@^5.0.12, required by [email protected]
34 verbose stack missing: vitest@^1.3.1, required by [email protected]
34 verbose stack missing: web3@^1.9.0, required by [email protected]
34 verbose stack at A.exec (/usr/local/lib/node_modules/npm/dist/common.js:79:6358)
34 verbose stack at async R.exports (/usr/local/lib/node_modules/npm/dist/common.js:7:1696)
35 verbose cwd /home/project
36 verbose Linux 5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
37 verbose node v18.20.3
38 verbose npm v10.2.3
39 error code ELSPROBLEMS
40 error missing: @eslint/js@^8.56.0, required by [email protected]
40 error missing: @supabase/supabase-js@^2.39.3, required by [email protected]
40 error missing: @types/react-dom@^18.2.18, required by [email protected]
40 error missing: @types/react@^18.2.48, required by [email protected]
40 error missing: @vitejs/plugin-react@^4.2.1, required by [email protected]
40 error missing: @wagmi/core@^1.3.8, required by [email protected]
40 error missing: @walletconnect/web3-provider@^1.8.0, required by [email protected]
40 error missing: autoprefixer@^10.4.18, required by [email protected]
40 error missing: date-fns@^3.3.1, required by [email protected]
40 error missing: eslint-plugin-react-hooks@^4.6.0, required by [email protected]
40 error missing: eslint-plugin-react-refresh@^0.4.5, required by [email protected]
40 error missing: eslint@^8.56.0, required by [email protected]
40 error missing: ethers@^5.7.2, required by [email protected]
40 error missing: globals@^13.24.0, required by [email protected]
40 error missing: lucide-react@^0.344.0, required by [email protected]
40 error missing: postcss@^8.4.35, required by [email protected]
40 error missing: react-dom@^18.2.0, required by [email protected]
40 error missing: react-router-dom@^6.22.3, required by [email protected]
40 error missing: react@^18.2.0, required by [email protected]
40 error missing: tailwindcss@^3.4.1, required by [email protected]
40 error missing: typescript-eslint@^6.19.1, required by [email protected]
40 error missing: typescript@^5.3.3, required by [email protected]
40 error missing: vite@^5.0.12, required by [email protected]
40 error missing: vitest@^1.3.1, required by [email protected]
40 error missing: web3@^1.9.0, required by [email protected]
41 verbose exit 1
42 timing npm Completed in 51ms
43 verbose code 1
44 error A complete log of this run can be found in: /home/.npm/_logs/2025-03-21T18_56_23_289Z-debug-0.log

~/project

Link to the blitz that caused the error

https://stackblitz.com/edit/sb1-mn5xg51m?file=index.html

Steps to reproduce

please allow web3 and other installs , because i am creating an ICO WEBSITE AND I WANT CLEAN FIX

Expected behavior

PLEASE ALLOW MASSIVE INSTALLS FOR CLEAN WORK , I HAVE LOST 6 MILLION TOKENS ONLY BY FIXING

Parity with Local

Screenshots

Image

Platform

Browser name  = Chrome
Full version  = 133.0.0.0
Major version = 133
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 90122736,
  "usedJSHeapSize": 82759152,
  "jsHeapSizeLimit": 2248146944
}
Hash = 5a421e5b

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions