install #104
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You've missed a step in Blueprint's installation guide, specifically installing node dependencies. |
Beta Was this translation helpful? Give feedback.
-
Here you go |
Beta Was this translation helpful? Give feedback.
-
Blueprint couldn't find required dependencies, to fix this:
|
Beta Was this translation helpful? Give feedback.
Blueprint couldn't find required dependencies, to fix this:
cd /path/to/pterodactyl
node_modules
directory withrm -r node_modules
yarn
package manager withnpm i -g yarn
yarn