Skip to content

Build errors on Windows, v1.1.4 not on npm #23

@vlascik

Description

@vlascik

v1.1.4 is not on npm, so the build still breaks on Windows, probably because of missing fix that was merged after 1.1.3.
Build then breaks on 1.1.4 if \tmp folder already exists, so it has to be deleted manually before each build, error is:

EEXIST: file already exists, mkdir 'C:\Project\tmp'
Error: EEXIST: file already exists, mkdir 'C:\Project\tmp'
    at Error (native)
    at Object.fs.mkdirSync (fs.js:916:18)
    at testCanSymlink (C:\Project\node_modules\symlink-or-copy\index.js:18:6)
    at Object.<anonymous> (C:\Project\node_modules\symlink-or-copy\index.js:9:15)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)

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