mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
Revert "Fix for error running anything on Windows"
This reverts commit 0bea97c98a364e63f455560fff0c18e522942619.
This commit is contained in:
parent
0bea97c98a
commit
d840198fc1
@ -2,7 +2,7 @@
|
||||
|
||||
const path = require('path');
|
||||
|
||||
const dappPath = path.normalize(process.env.DAPP_PATH);
|
||||
const dappPath = process.env.DAPP_PATH;
|
||||
const embarkPath = process.env.EMBARK_PATH;
|
||||
|
||||
const dappNodeModules = path.join(dappPath, 'node_modules');
|
||||
|
Loading…
x
Reference in New Issue
Block a user