problem installing #4

Closed
opened 2018-07-02 17:20:23 +02:00 by palices · 1 comment
palices commented 2018-07-02 17:20:23 +02:00 (Migrated from github.com)

Problem installing prosemirror on linux mint at this point

Running yarn install
child_process.js:624
    throw err;
    ^

Error: spawnSync yarn ENOENT
    at Object.spawnSync (internal/child_process.js:981:20)
    at spawnSync (child_process.js:588:24)
    at Object.execFileSync (child_process.js:616:13)
    at run (/home/tony/prosemirror/bin/pm.js:80:16)
    at install (/home/tony/prosemirror/bin/pm.js:141:3)
    at start (/home/tony/prosemirror/bin/pm.js:40:9)
    at Object.<anonymous> (/home/tony/prosemirror/bin/pm.js:361:1)
    at Module._compile (internal/modules/cjs/loader.js:702:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
    at Module.load (internal/modules/cjs/loader.js:612:32)

Problem installing prosemirror on linux mint at this point ``` Running yarn install child_process.js:624 throw err; ^ Error: spawnSync yarn ENOENT at Object.spawnSync (internal/child_process.js:981:20) at spawnSync (child_process.js:588:24) at Object.execFileSync (child_process.js:616:13) at run (/home/tony/prosemirror/bin/pm.js:80:16) at install (/home/tony/prosemirror/bin/pm.js:141:3) at start (/home/tony/prosemirror/bin/pm.js:40:9) at Object.<anonymous> (/home/tony/prosemirror/bin/pm.js:361:1) at Module._compile (internal/modules/cjs/loader.js:702:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10) at Module.load (internal/modules/cjs/loader.js:612:32) ```
adrianheine commented 2018-11-03 15:40:35 +01:00 (Migrated from github.com)

Seems like you're trying to set up the development environment. Please have a look at the documentation for how to use ProseMirror in your projects.

Seems like you're trying to set up the development environment. Please have a look at the [documentation](http://prosemirror.net/docs/) for how to use ProseMirror in your projects.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-test-builder#4
No description provided.