Skip to content
New issue

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

Not able to install botpress #149

Closed
newthings4learning opened this issue Nov 20, 2017 · 4 comments · Fixed by botpress/botpress#274
Closed

Not able to install botpress #149

newthings4learning opened this issue Nov 20, 2017 · 4 comments · Fixed by botpress/botpress#274

Comments

@newthings4learning
Copy link

Make sure these checkboxes are checked before raising an issue, thank you!

  • [] Check that you are using node version >= 6.5
  • [] Search the documentation

Please also fill in these fields:


Botpress version: latest

Channels: N/A as i m not able to install botpress on Windows 10

I am trying to follow botpress install instructions. But I am not able to to install as it fails. Would appreciate any help as i am stuck.
I have Node v9.2.0 and npm v5.5.1
Also attaching the logs.
installError2.log

@emirotin
Copy link

emirotin commented Nov 27, 2017

As far as I can tell the problem is you're using node v9 and there's no prebuilt binaries for node-sqlite3 (dependency of botpress) supporting this version yet: TryGhost/node-sqlite3#902

What you can do to fix it right now? The easiest thing is to switch to Node v8. Either uninstall v9 (if you don't need it), or use nvm as suggested in this comment: TryGhost/node-sqlite3#902 (comment)

@newthings4learning
Copy link
Author

newthings4learning commented Dec 1, 2017 via email

@emirotin
Copy link

emirotin commented Dec 1, 2017

OK great, we need to add < 9 as node engine dependency in our package.json.

@chellexking
Copy link

Use :
sudo npm install --unsafe-perm -g botpress

@michaelmass michaelmass transferred this issue from botpress/botpress Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants