Skip to content

Error: Cannot find module 'temp' #200

@sporto

Description

@sporto

This module uses temp here

var temp = require("temp").track();

But it is not in the dependecies in package.json. So I'm getting:

Error: Cannot find module 'temp'

If you have elm-test in your project this doesn't fail. Because elm-test requires that dependecy indirectly.
With new tools like elm-test-rs there is no need to use the elm-test npm package.
So this dependecy should be in the package.json for this project.

Thanks

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